crypto/x509.rfc1423Algo.name (field)

8 uses

	crypto/x509 (current package)
		pem_decrypt.go#L38: 	name       string
		pem_decrypt.go#L48: 	name:       "DES-CBC",
		pem_decrypt.go#L54: 	name:       "DES-EDE3-CBC",
		pem_decrypt.go#L60: 	name:       "AES-128-CBC",
		pem_decrypt.go#L66: 	name:       "AES-192-CBC",
		pem_decrypt.go#L72: 	name:       "AES-256-CBC",
		pem_decrypt.go#L228: 			"DEK-Info":  ciph.name + "," + hex.EncodeToString(iv),
		pem_decrypt.go#L237: 		if alg.name == name {